projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74cef4e
)
Add description of --execute and --file.
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 28 Oct 1999 21:02:49 +0000
(21:02 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 28 Oct 1999 21:02:49 +0000
(21:02 +0000)
man/cmdargs.texi
patch
|
blob
|
history
diff --git
a/man/cmdargs.texi
b/man/cmdargs.texi
index 692ea00a68a610099db2533374460173b16d5221..887fe34f949e8c70aaca2ffcdcadc7f320b91cb0 100644
(file)
--- a/
man/cmdargs.texi
+++ b/
man/cmdargs.texi
@@
-77,6
+77,8
@@
the action arguments in the order they are written.
@table @samp
@item @var{file}
+@itemx --visit @var{file}
+@itemx --file @var{file}
Visit @var{file} using @code{find-file}. @xref{Visiting}.
@item +@var{linenum} @var{file}
@@
-96,6
+98,7
@@
with @code{EMACSLOADPATH} (@pxref{General Variables}).
Call Lisp function @var{function} with no arguments.
@item --eval @var{expression}
+@itemx --execute @var{expression}
Evaluate Lisp expression @var{expression}.
@item --insert=@var{file}